home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 3
/
Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso
/
drivers
/
vgautil1.exe
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1992-06-30
|
3KB
|
70 lines
echo off
cls
if ()==(%1) goto NO_ARG
goto DO_IT
:NO_ARG
cls
echo This batch file needs to know where your VGA Utilities directory
echo is located in order to properly install VINSTALL.
echo
echo The target directory can either be on your hard disk or on
echo a floppy drive.
echo ┌┬────────────────────────────────────┬┐
echo ││ Usage: INSTALL [TARGET Directory] ││
echo └┴────────────────────────────────────┴┘
echo Example: INSTALL C:\VGAUTIL
goto DONE
:DO_IT
cls
echo ┌─────────────────────────┐
echo │** VGA Wonder VINSTALL **│
echo └─────────────────────────┘
echo ─────────────────
echo This batch file will conveniently extract the
echo VINSTALL to the directory you specified.
echo ┌─────────────────────────────────────────┐
echo │ If you are prompted to overwrite a file │
echo │ press Y for YES │
echo └─────────────────────────────────────────┘
echo Press any key to continue the installation
echo or CONTROL-C to abort.
pause >nul
cls
echo ┌─────────────────────────┐
echo │** VGA Wonder VINSTALL **│
echo └─────────────────────────┘
echo Decompressing . . .
vinst /e%1
if errorlevel == 0 goto OK
goto ERROR
:OK
cls
echo ┌─────────────────────────┐
echo │** VGA Wonder VINSTALL **│
echo └─────────────────────────┘
echo ─────────────────
echo ╒══════════════════════════╕
echo │ Installation successful! │
echo ╘══════════════════════════╛
echo
echo The VGA Wonder VINSTALL have been successfully extracted to
echo your "%1" directory.
goto DONE
:ERROR
echo ┌─────────────────────────┐
echo │** VGA Wonder VINSTALL **│
echo └─────────────────────────┘
echo ─────────────────
echo ╒═════════════════════╕
echo │ Installation Failed │
echo ╘═════════════════════╛
echo
echo Please check the path that you specified and ensure it is correct.
echo If this batch file continues to present problems, please refer
echo to the README.1ST file for instructions on how to manually extract
echo the Utilities. If you continue to have problems, call the ATI
echo Customer Support line.
:DONE
echo ─────────────────────────
echo ATI Customer Support (416) 756-0711 9am-5:30pm EST